home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / quake.zip / HIPGRAPL.ZIP / FLAG.QC < prev    next >
Text File  |  1997-01-16  |  141b  |  8 lines

  1. /*QUAKED item_deathball (.3 .3 1) (0 0 0) (32 32 32)
  2. */
  3. void() deathball_touch;
  4.  
  5. void() item_deathball =
  6. {    
  7.     self.touch = deathball_touch;
  8. };